//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:2.0.50727.3074 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Modbus { /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Modbus.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Specialized use in conjunction with programming commands. The server (or slave) has accepted the request and is processing it, but a long duration of time will be required to do so. This response is returned to prevent a timeout error from occurring in the client (or master). The client (or master) can next issue a Poll Program Complete message to determine if processing is completed.. /// internal static string Acknowlege { get { return ResourceManager.GetString("Acknowlege", resourceCulture); } } /// /// Looks up a localized string similar to Argument endPoint cannot be empty.. /// internal static string EmptyEndPoint { get { return ResourceManager.GetString("EmptyEndPoint", resourceCulture); } } /// /// Looks up a localized string similar to Specialized use in conjunction with gateways, indicates that the gateway was unable to allocate an internal communication path from the input port to the output port for processing the request. Usually means that the gateway is misconfigured or overloaded.. /// internal static string GatewayPathUnavailable { get { return ResourceManager.GetString("GatewayPathUnavailable", resourceCulture); } } /// /// Looks up a localized string similar to Specialized use in conjunction with gateways, indicates that no response was obtained from the target device. Usually means that the device is not present on the network.. /// internal static string GatewayTargetDeviceFailedToRespond { get { return ResourceManager.GetString("GatewayTargetDeviceFailedToRespond", resourceCulture); } } /// /// Looks up a localized string similar to Hex string must have even number of characters.. /// internal static string HexCharacterCountNotEven { get { return ResourceManager.GetString("HexCharacterCountNotEven", resourceCulture); } } /// /// Looks up a localized string similar to The data address received in the query is not an allowable address for the server (or slave). More specifically, the combination of reference number and transfer length is invalid. For a controller with 100 registers, the PDU addresses the first register as 0, and the last one as 99. If a request is submitted with a starting register address of 96 and a quantity of registers of 4, then this request will successfully operate (address-wise at least) on registers 96, 97, 98, 99. If a request is submitted with [rest of string was truncated]";. /// internal static string IllegalDataAddress { get { return ResourceManager.GetString("IllegalDataAddress", resourceCulture); } } /// /// Looks up a localized string similar to A value contained in the query data field is not an allowable value for server (or slave). This indicates a fault in the structure of the remainder of a complex request, such as that the implied length is incorrect. It specifically does NOT mean that a data item submitted for storage in a register has a value outside the expectation of the application program, since the MODBUS protocol is unaware of the significance of any particular value of any particular register.. /// internal static string IllegalDataValue { get { return ResourceManager.GetString("IllegalDataValue", resourceCulture); } } /// /// Looks up a localized string similar to The function code received in the query is not an allowable action for the server (or slave). This may be because the function code is only applicable to newer devices, and was not implemented in the unit selected. It could also indicate that the server (or slave) is in the wrong state to process a request of this type, for example because it is unconfigured and is being asked to return register values.. /// internal static string IllegalFunction { get { return ResourceManager.GetString("IllegalFunction", resourceCulture); } } /// /// Looks up a localized string similar to Specialized use in conjunction with function codes 20 and 21 and reference type 6, to indicate that the extended file area failed to pass a consistency check.. /// internal static string MemoryParityError { get { return ResourceManager.GetString("MemoryParityError", resourceCulture); } } /// /// Looks up a localized string similar to Array networkBytes must contain an even number of bytes.. /// internal static string NetworkBytesNotEven { get { return ResourceManager.GetString("NetworkBytesNotEven", resourceCulture); } } /// /// Looks up a localized string similar to Specialized use in conjunction with programming commands. The server (or slave) is engaged in processing a long–duration program command. The client (or master) should retransmit the message later when the server (or slave) is free.. /// internal static string SlaveDeviceBusy { get { return ResourceManager.GetString("SlaveDeviceBusy", resourceCulture); } } /// /// Looks up a localized string similar to An unrecoverable error occurred while the server (or slave) was attempting to perform the requested action.. /// internal static string SlaveDeviceFailure { get { return ResourceManager.GetString("SlaveDeviceFailure", resourceCulture); } } /// /// Looks up a localized string similar to Function Code: {1}{0}Exception Code: {2} - {3}. /// internal static string SlaveExceptionResponseFormat { get { return ResourceManager.GetString("SlaveExceptionResponseFormat", resourceCulture); } } /// /// Looks up a localized string similar to Invalid function code value for SlaveExceptionResponse.. /// internal static string SlaveExceptionResponseInvalidFunctionCode { get { return ResourceManager.GetString("SlaveExceptionResponseInvalidFunctionCode", resourceCulture); } } /// /// Looks up a localized string similar to The compact framework UDP client does not support timeouts.. /// internal static string TimeoutNotSupported { get { return ResourceManager.GetString("TimeoutNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to UdpClient must be bound to a default remote host. Call the Connect method.. /// internal static string UdpClientNotConnected { get { return ResourceManager.GetString("UdpClientNotConnected", resourceCulture); } } /// /// Looks up a localized string similar to Unknown slave exception code.. /// internal static string Unknown { get { return ResourceManager.GetString("Unknown", resourceCulture); } } /// /// Looks up a localized string similar to WaitToRetryMilliseconds must be greater than 0.. /// internal static string WaitRetryGreaterThanZero { get { return ResourceManager.GetString("WaitRetryGreaterThanZero", resourceCulture); } } } }