Exemplo n.º 1
0
signed PhyRates (struct plc * plc)

{
	return (PLCSelect (plc, PhyRates1, PhyRates2));
}
Exemplo n.º 2
0
signed Attributes (struct plc * plc)

{
	return (PLCSelect (plc, Attributes1, Attributes2));
}
Exemplo n.º 3
0
signed Topology (struct plc * plc) 

{
	return (PLCSelect (plc, Topology1, Topology2));
}
Exemplo n.º 4
0
signed ReadFirmware (struct plc * plc)

{
	return (PLCSelect (plc, ReadFirmware1, ReadFirmware2));
}
Exemplo n.º 5
0
signed Identity (struct plc * plc)

{
	return (PLCSelect (plc, Identity1, Identity2));
}
Exemplo n.º 6
0
signed Traffic (struct plc * plc)

{
	return (PLCSelect (plc, Traffic1, Traffic2));
}
Exemplo n.º 7
0
signed ReadParameters (struct plc * plc)

{
	return (PLCSelect (plc, ReadParameters1, ReadParameters2));
}
Exemplo n.º 8
0
signed NetInfo (struct plc * plc)

{
	return (PLCSelect (plc, NetInfo1, NetInfo2));
}
Exemplo n.º 9
0
signed EraseReadFlashMemory (struct plc * plc) 

{
	return (PLCSelect (plc, EraseFlashMemory1, EraseFlashMemory2));
}
Exemplo n.º 10
0
signed FlashDevice (struct plc * plc)

{
	return (PLCSelect (plc, FlashDevice1, FlashDevice2));
}