Class: PKCS11::CK_VERSION

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

Constant Summary collapse

SIZEOF_STRUCT =

Size of corresponding C struct in bytes

Integer

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from CStruct

#inspect, #to_hash, #values

Instance Attribute Details

#majorInteger



9
10
11
# File 'ext/pk11_struct.doc', line 9

def major
  @major
end

#minorInteger



11
12
13
# File 'ext/pk11_struct.doc', line 11

def minor
  @minor
end

Instance Method Details

#membersArray<String>



7
# File 'ext/pk11_struct.doc', line 7

def members; end

#to_sString



5
# File 'ext/pk11_struct.doc', line 5

def to_s; end