Click or drag to resize

KM_ControllerGetStatus Method

Generates and returns an updated copy of the MAIN_STATUS structure

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
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_MainStatus
KM_MainStatus, which is member compatible with the unmanaged MAIN_STATUS struct
See Also