Class: PKCS11::CK_VERSION
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#major ⇒ Integer
Accessor for major (CK_BYTE).
-
#minor ⇒ Integer
Accessor for minor (CK_BYTE).
Instance Method Summary collapse
-
#members ⇒ Array<String>
Attributes of this struct.
-
#to_s ⇒ String
Binary copy of the C struct.
Methods inherited from CStruct
Instance Attribute Details
#major ⇒ Integer
Returns accessor for major (CK_BYTE).
9 10 11 |
# File 'ext/pk11_struct.doc', line 9 def major @major end |
#minor ⇒ Integer
Returns accessor for minor (CK_BYTE).
11 12 13 |
# File 'ext/pk11_struct.doc', line 11 def minor @minor end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
7 |
# File 'ext/pk11_struct.doc', line 7 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
5 |
# File 'ext/pk11_struct.doc', line 5 def to_s; end |