Philips S1D13505 Computer Monitor User Manual


 
Epson Research and Development
Page 65
Vancouver Design Center
Programming Notes and Examples S1D13505
Issue Date: 01/02/05 X23A-G-003-07
Parameters: DevID - registered device ID
Index - register index to set
Value - value to write to the register
Return Value: ERR_OK - operation completed with no problems
int seSetDwordReg(int DevID, int Index, DWORD Value)
Description: Writes DWORD sized Value to the register specified by Index.
Parameters: DevID - registered device ID
Index - register index to set
Value - value to write to the register
Return Value: ERR_OK - operation completed with no problems
int seGetReg(int DevID, int Index, BYTE * pValue)
Description: Reads the value in the register specified by index.
Parameters: DevID - registered device ID
Index - register index to read
pValue - return value of the register
Return Value: ERR_OK - operation completed with no problems
int seGetWordReg(int DevID, int Index, WORD * pValue)
Description: Reads the WORD sized value in the register specified by index.
Parameters: DevID - registered device ID
Index - register index to read
pValue - return value of the register
Return Value: ERR_OK - operation completed with no problems
int seGetDwordReg(int DevID, int Index, DWORD * pValue)
Description: Reads the DWORD sized value in the register specified by index.
Parameters: DevID - registered device ID
Index - register index to read
pValue - return value of the register
Return Value: ERR_OK - operation completed with no problems
int seWriteDisplayBytes(int DevID, DWORD Offset, BYTE Value, DWORD Count)
Description: This routine writes one or more bytes to the display buffer at the offset specified by
Offset. If a count greater than one is specified all bytes will have the same value.