Method WrapOpenState
WrapOpenState(Int32)
Wraps an integer open state into an attribute with the OID DOT_STEPOVER_DOC_DEVICE_OPENSTATE.
Declaration
public static Attribute WrapOpenState(int openState)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | openState | The open state. |
Returns
| Type | Description |
|---|---|
| Org.BouncyCastle.Asn1.Cms.Attribute | An attribute containing the open state. |