CDClose (FUN)ΒΆ
FUNCTION CDClose : DINT
Close a character device file.
- InOut:
- Scope - Name - Type - Comment - Return - CDClose- DINT- 0 on success - Input - hFile- RTS_IEC_HANDLE- File descriptor/handle, that was previously created with Open() - pResult- POINTER TO DINT - Pointer to linux errno error code, 0 is ok 
