Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
ProfinetProcess Class Reference
Inheritance diagram for ProfinetProcess:
Process

Public Member Functions

void setIoValue (string)
 
void sendUdp (string, string)
 
void setupController (string, string)
 
void discover ()
 
int getIoDeviceCount ()
 
string getIoDevices ()
 
string getGsd (string)
 
void setController (bool)
 
string getPortName ()
 
vector< byte > serialize ()
 
bool deserialize (vector< byte >)
 
- Public Member Functions inherited from Process
Device getOwnerDevice ()
 Returns the device for this process. More...
 

Member Function Documentation

◆ deserialize()

bool ProfinetProcess::deserialize ( vector< byte >  )

◆ discover()

void ProfinetProcess::discover ( )

◆ getGsd()

string ProfinetProcess::getGsd ( string  )

◆ getIoDeviceCount()

int ProfinetProcess::getIoDeviceCount ( )

◆ getIoDevices()

string ProfinetProcess::getIoDevices ( )

◆ getPortName()

string ProfinetProcess::getPortName ( )

◆ sendUdp()

void ProfinetProcess::sendUdp ( string  ,
string   
)

◆ serialize()

vector< byte > ProfinetProcess::serialize ( )

◆ setController()

void ProfinetProcess::setController ( bool  )

◆ setIoValue()

void ProfinetProcess::setIoValue ( string  )

◆ setupController()

void ProfinetProcess::setupController ( string  ,
string   
)

The documentation for this class was generated from the following file: