GoFiler Legato Script Reference
Legato v 1.5b Application v 5.24b
|
Table of Contents | < < Previous | Next >> |
Chapter Twelve — Internet Functions (continued)
Overview
The ArrayToIPv4 function translates an array of bytes to an IPv4 dword.
Syntax/Parameters
Syntax
dword = ArrayToIPv4 ( byte data[] );
Parameters
data
A four element byte array specifying a compliant IPv4 address.
Return Value
Returns a dword containing a translated value or zero on failure. Since zero can be a value value, the last error must be checked to determine if a syntax error occurred.
Remarks
The data parameter can be any integer base data type. Values are checked for range of 0-255. The return value is highest to lowest, for example: 1, 2, 3, 4 will return 0x01020304.
Related Functions
Platform Support
Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL
Legato IDE, Legato Basic
Table of Contents | < < Previous | Next >> |
© 2012-2024 Novaworks, LLC. All rights reserved worldwide. Unauthorized use, duplication or transmission prohibited by law. Portions of the software are protected by US Patents 10,095,672, 10,706,221 and 11,210,456. GoFiler™ and Legato™ are trademarks of Novaworks, LLC. EDGAR® is a federally registered trademark of the U.S. Securities and Exchange Commission. Novaworks is not affiliated with or approved by the U.S. Securities and Exchange Commission. All other trademarks are property of their respective owners. Use of the features specified in this language are subject to terms, conditions and limitations of the Software License Agreement.