Class: PKCS11::Luna::CK_HA_STATUS
- Defined in:
- ext/pk11l_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#groupSerial ⇒ Integer
Accessor for groupSerial (CK_ULONG).
-
#listSize ⇒ Integer
Accessor for listSize (CK_ULONG).
Instance Method Summary collapse
-
#members ⇒ Array<String>
Attributes of this struct.
-
#to_s ⇒ String
Binary copy of the C struct.
Instance Attribute Details
#groupSerial ⇒ Integer
Returns accessor for groupSerial (CK_ULONG).
579 580 581 |
# File 'ext/pk11l_struct.doc', line 579 def groupSerial @groupSerial end |
#listSize ⇒ Integer
Returns accessor for listSize (CK_ULONG).
581 582 583 |
# File 'ext/pk11l_struct.doc', line 581 def listSize @listSize end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
577 |
# File 'ext/pk11l_struct.doc', line 577 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
575 |
# File 'ext/pk11l_struct.doc', line 575 def to_s; end |