Class: PKCS11::CK_C_INITIALIZE_ARGS
- Defined in:
- ext/pk11_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#flags ⇒ Integer
Accessor for flags (CK_ULONG).
-
#pReserved ⇒ ASCII8BIT-String?
Accessor for pReserved.
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
#flags ⇒ Integer
Returns accessor for flags (CK_ULONG).
147 148 149 |
# File 'ext/pk11_struct.doc', line 147 def flags @flags end |
#pReserved ⇒ ASCII8BIT-String?
Returns accessor for pReserved.
145 146 147 |
# File 'ext/pk11_struct.doc', line 145 def pReserved @pReserved end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
143 |
# File 'ext/pk11_struct.doc', line 143 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
141 |
# File 'ext/pk11_struct.doc', line 141 def to_s; end |