CDIoctl (FUN)ΒΆ
FUNCTION CDIoctl : DINT
Control a character device file.
This function manipulates the underlying device parameters of special files.
- InOut:
Scope
Name
Type
Comment
Return
CDIoctlDINT0 if ok or errno if failed.
Input
hFileRTS_IEC_HANDLEFile descriptor/handle, that was previously created with Open()
dRequest__XWORDRequest id.
dParameter__XWORDRequest parameter.
pResultPOINTER TO DINT
Pointer to linux errno error code