HIBCPASRecord

HIBCPASRecord()

Default ctor()

public HIBCPASRecord()

See Also


HIBCPASRecord(HIBCPASDataType, string)

Creates HIBCPASRecord with data and type.

public HIBCPASRecord(HIBCPASDataType dataType, string data)
Parameter Type Description
dataType HIBCPASDataType HIBC PAS record’s data type.
data String HIBC PAS record’s data.

See Also