Send Method
| Name | Description | |
|---|---|---|
| Send(Boolean) | 
      
       Sends a boolean value to the initialization stream 
       | 
   |
| Send(Double) | 
      
       Sends a real value to the initialization stream 
       | 
   |
| Send(Int32) | 
      
       Sends an integer value to the initialization stream 
       | 
   |
| Send(String) | 
      
       Sends a string value to the initialization stream 
       | 
   |
| Send(XPRMInitializeControl) | 
      
       Sends a control value to the initialization stream 
       | 
   |
| Send(Boolean, Boolean) | 
      
       Sends a boolean value to the initialization stream 
       | 
   |
| Send(Double, Boolean) | 
      
       Sends a real value to the initialization stream 
       | 
   |
| Send(Int32, Boolean) | 
      
       Sends an integer value to the initialization stream 
       | 
   |
| Send(String, Boolean) | 
      
       Sends a string value to the initialization stream 
       | 
   |
| Send(XPRMInitializeControl, Boolean) | 
      
       Sends a control value to the initialization stream 
       | 
   
