NX Open C++ Reference Guide
Classes | Public Member Functions | List of all members
NXOpen::Mechatronics::TCPSignalServerBuilder Class Reference

Represents a Mechatronics::TCPSignalServerBuilder builder. More...

Inheritance diagram for NXOpen::Mechatronics::TCPSignalServerBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Classes

struct  Signal
 Represents the data type. More...
 

Public Member Functions

void GetConnectionInformation (const NXString &connectionName, NXString *remoteIP, int *remotePort, NXString *localIP, int *localPort, int *rcvBufSize, int *sendBufSize, double *updateTime, std::vector< NXOpen::Mechatronics::TCPSignalServerBuilder::Signal > &signals)
 Gets connection information. More...
 
void GetConnectionInformation (const char *connectionName, NXString *remoteIP, int *remotePort, NXString *localIP, int *localPort, int *rcvBufSize, int *sendBufSize, double *updateTime, std::vector< NXOpen::Mechatronics::TCPSignalServerBuilder::Signal > &signals)
 Gets connection information. More...
 
std::vector< NXStringGetConnectionNames ()
 Gets TCP connection names. More...
 
NXString SelectedConfigurationName ()
 Returns. More...
 
void SetConnectionInformation (const NXString &connectionName, const NXString &remoteIP, int remotePort, const NXString &localIP, int localPort, int rcvBufSize, int sendBufSize, double updateTime, const std::vector< NXOpen::Mechatronics::TCPSignalServerBuilder::Signal > &signals)
 Sets connection information. More...
 
void SetConnectionInformation (const char *connectionName, const char *remoteIP, int remotePort, const char *localIP, int localPort, int rcvBufSize, int sendBufSize, double updateTime, const std::vector< NXOpen::Mechatronics::TCPSignalServerBuilder::Signal > &signals)
 Sets connection information. More...
 
void SetConnectionNames (std::vector< NXString > &names)
 Sets TCP connection names. More...
 
void SetSelectedConfigurationName (const NXString &configurationName)
 Sets. More...
 
void SetSelectedConfigurationName (const char *configurationName)
 Sets. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a Mechatronics::TCPSignalServerBuilder builder.


This class is sub-object of another builder, and cannot be directly instantiated.

Created in NX12.0.0.

Member Function Documentation

void NXOpen::Mechatronics::TCPSignalServerBuilder::GetConnectionInformation ( const NXString connectionName,
NXString remoteIP,
int *  remotePort,
NXString localIP,
int *  localPort,
int *  rcvBufSize,
int *  sendBufSize,
double *  updateTime,
std::vector< NXOpen::Mechatronics::TCPSignalServerBuilder::Signal > &  signals 
)

Gets connection information.


Created in NX12.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
connectionNameconnectionname
remoteIPremoteip
remotePortremoteport
localIPlocalip
localPortlocalport
rcvBufSizercvbufsize
sendBufSizesendbufsize
updateTimeupdatetime
signalsArray of Signal
void NXOpen::Mechatronics::TCPSignalServerBuilder::GetConnectionInformation ( const char *  connectionName,
NXString remoteIP,
int *  remotePort,
NXString localIP,
int *  localPort,
int *  rcvBufSize,
int *  sendBufSize,
double *  updateTime,
std::vector< NXOpen::Mechatronics::TCPSignalServerBuilder::Signal > &  signals 
)

Gets connection information.


Created in NX12.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
connectionNameconnectionname
remoteIPremoteip
remotePortremoteport
localIPlocalip
localPortlocalport
rcvBufSizercvbufsize
sendBufSizesendbufsize
updateTimeupdatetime
signalsArray of Signal
std::vector<NXString> NXOpen::Mechatronics::TCPSignalServerBuilder::GetConnectionNames ( )

Gets TCP connection names.

Returns

Created in NX12.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXString NXOpen::Mechatronics::TCPSignalServerBuilder::SelectedConfigurationName ( )

Returns.

the selected configuration name.


Created in NX12.0.0.

License requirements : None

void NXOpen::Mechatronics::TCPSignalServerBuilder::SetConnectionInformation ( const NXString connectionName,
const NXString remoteIP,
int  remotePort,
const NXString localIP,
int  localPort,
int  rcvBufSize,
int  sendBufSize,
double  updateTime,
const std::vector< NXOpen::Mechatronics::TCPSignalServerBuilder::Signal > &  signals 
)

Sets connection information.


Created in NX12.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
connectionNameconnectionname
remoteIPremoteip
remotePortremoteport
localIPlocalip
localPortlocalport
rcvBufSizercvbufsize
sendBufSizesendbufsize
updateTimeupdatetime
signalsArray of Signal
void NXOpen::Mechatronics::TCPSignalServerBuilder::SetConnectionInformation ( const char *  connectionName,
const char *  remoteIP,
int  remotePort,
const char *  localIP,
int  localPort,
int  rcvBufSize,
int  sendBufSize,
double  updateTime,
const std::vector< NXOpen::Mechatronics::TCPSignalServerBuilder::Signal > &  signals 
)

Sets connection information.


Created in NX12.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
connectionNameconnectionname
remoteIPremoteip
remotePortremoteport
localIPlocalip
localPortlocalport
rcvBufSizercvbufsize
sendBufSizesendbufsize
updateTimeupdatetime
signalsArray of Signal
void NXOpen::Mechatronics::TCPSignalServerBuilder::SetConnectionNames ( std::vector< NXString > &  names)

Sets TCP connection names.


Created in NX12.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
namesnames
void NXOpen::Mechatronics::TCPSignalServerBuilder::SetSelectedConfigurationName ( const NXString configurationName)

Sets.

the selected configuration name.


Created in NX12.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
configurationNameconfigurationname
void NXOpen::Mechatronics::TCPSignalServerBuilder::SetSelectedConfigurationName ( const char *  configurationName)

Sets.

the selected configuration name.


Created in NX12.0.0.

License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
configurationNameconfigurationname

The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.