Back to Adaptive Vision Library website

You are here: Start » Function Reference » Hardware Support » Advantech SUSI » AdvantechSUSI_WriteWordSMB

AdvantechSUSI_WriteWordSMB


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

Writes word to SMBus.

Syntax

void avl::AdvantechSUSI_WriteWordSMB
(
	AdvantechSUSI_State& ioState,
	atl::Optional<int> inDevice,
	int inAddress,
	int inCommand,
	int inData
)

Parameters

Name Type Range Default Description
Input will be modified
ioState AdvantechSUSI_State& Object used to maintain state of the function.
Input value
inDevice Optional<int> 1 - 4 NIL Select SMBus device or empty for main host device.
Input value
inAddress int 0 - 255
Input value
inCommand int 0 - 255
Input value
inData int 0 - 65535

Remarks

I/O device driver software

This filter is intended to cooperate with a device using its vendor SDK. To be able to connect to a device, it is required to install Advantech SUSI SDK.

Add DLL path to system environment variable is required.

Recommended runtime version for Adaptive Vision Studio usage is 4.

Setup low level system functionality e.g. watchdog may still affect the system after the program finished.