| KM_ControllerGetStatus Method |
Generates and returns an updated copy of the MAIN_STATUS structure
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public KM_MainStatus GetStatus(
bool locked
)
Public Function GetStatus (
locked As Boolean
) As KM_MainStatus
public:
KM_MainStatus GetStatus(
bool locked
)
Parameters
- locked Boolean
- flag to determine whether to place a lock on the card while generating the MAIN_STATUS data
Return Value
KM_MainStatusKM_MainStatus, which is member compatible with the unmanaged MAIN_STATUS struct
See Also