Class: PKCS11::Luna::CK_SESSION_INFO

Inherits:
CStruct
  • Object
show all
Defined in:
ext/pk11l_struct.doc

Constant Summary collapse

SIZEOF_STRUCT =

Size of corresponding C struct in bytes

Integer

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#flagsInteger



105
106
107
# File 'ext/pk11l_struct.doc', line 105

def flags
  @flags
end

#slotIDInteger



101
102
103
# File 'ext/pk11l_struct.doc', line 101

def slotID
  @slotID
end

#stateInteger



103
104
105
# File 'ext/pk11l_struct.doc', line 103

def state
  @state
end

#ulDeviceErrorInteger



107
108
109
# File 'ext/pk11l_struct.doc', line 107

def ulDeviceError
  @ulDeviceError
end

Instance Method Details

#membersArray<String>



99
# File 'ext/pk11l_struct.doc', line 99

def members; end

#to_sString



97
# File 'ext/pk11l_struct.doc', line 97

def to_s; end