Class: PKCS11::Luna::CK_HA_STATUS

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

#groupSerialInteger

Returns accessor for groupSerial (CK_ULONG).

Returns:

  • (Integer)

    accessor for groupSerial (CK_ULONG)



579
580
581
# File 'ext/pk11l_struct.doc', line 579

def groupSerial
  @groupSerial
end

#listSizeInteger

Returns accessor for listSize (CK_ULONG).

Returns:

  • (Integer)

    accessor for listSize (CK_ULONG)



581
582
583
# File 'ext/pk11l_struct.doc', line 581

def listSize
  @listSize
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end